home *** CD-ROM | disk | FTP | other *** search
- # AH Series project management (PJ) configuration file
- # Maximum line length 200 bytes
- # First we define what to do when the file is extracted
- # modify the makefile for all of these extensions
- # The first one defines the dependency
- #
- -,makefile,,.obj \,$(MARK_1),.cpp,.asm,.c,.cas,.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
- #
- # The second one defines the link definition
- #
- -,makefile,, + ,$(MARK_2),.cpp,.asm,.c,.cas,.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
- #
- # Next we define what to do when a new file is put into the library
- # modify the library.mak and add the file.OBJ after the mark
- #
- +,.mak,,.obj \,$(PJ_MARK),.cpp
- #
- # modify the library.bld and add the file.OBJ after the mark
- +,.bld, + , &,,.cpp
- # All of these are here because we have multiple .mak's and .bld's for the rates
- #
- +,rat100.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3
- +,rat100.bld, + , &,,.rt1,.rt2,.rt3
- +,rats100.bld, + , &,,.rt1,.rt2,.rt3
- +,ratmenu.mak,,.obj \,$(PJ_MARK),.rm1,.rm2,.rm3
- +,ratmenu.bld, + , &,,.rm1,.rm2,.rm3
- +,rat30.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
- +,rat30.bld, + , &,,.rt1,.rt2,.rt3,.rt3,.rm1,.rm2,.rm3
- +,rat10.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
- +,rat10.bld, + , &,,.rt1,.rt2,.rt3,.rt3,.rm1,.rm2,.rm3
- +,rat5.mak,,.obj \,$(PJ_MARK),.rt1,.rt2,.rt3,.rm1,.rm2,.rm3
- +,rat5.bld, + , &,,.rt1,.rt2,.rt3,.rt3,.rm1,.rm2,.rm3
- #
- # Lastly, this defines what files to clean up when the + operator is used
- #
- *,.obj
- *,.err